Auto merge of #1387 - alexcrichton:issue-1382, r=brson
authorbors <bors@rust-lang.org>
Fri, 6 Mar 2015 18:34:43 +0000 (18:34 +0000)
committerbors <bors@rust-lang.org>
Fri, 6 Mar 2015 18:34:43 +0000 (18:34 +0000)
A synthetic "Package" is being created as part of this step but its paths were
pointing at the original root, not the unpacked tarball for testing. This meant
that some assumptions about the relative-ness of paths didn't quite end up
working out.

Closes #1382


Trivial merge